home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / memory_g.dxr / 00056_Standard Loop.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  159 b   |  10 lines

  1. on exitFrame
  2.   global ButtonsActive
  3.   if ButtonsActive = 1 then
  4.     CheckHilite(4, 4)
  5.     CheckHilite(6, 7)
  6.   end if
  7.   CheckHilite(30, 30)
  8.   go(the frame)
  9. end
  10.